Skip to content

[DNR] Remove soc specific HPF code#28326

Open
mib1-nordic wants to merge 6 commits intonrfconnect:mainfrom
mib1-nordic:remove_soc_specific_hpf
Open

[DNR] Remove soc specific HPF code#28326
mib1-nordic wants to merge 6 commits intonrfconnect:mainfrom
mib1-nordic:remove_soc_specific_hpf

Conversation

@mib1-nordic
Copy link
Copy Markdown
Contributor

Testing, please do not review.

Remove CONFIG_SOC_ from HPF MSPI application code, use VIO pin mappings from nrfx.

Add nRF54LV10A support to the HPF MSPI driver by adapting the driver
and FLPR application, and adding the required overlays.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Add support for testing HPF MSPI on nrf54lv10dk.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Align GRTC and HPF GPIO tests to a loopback change
on nRF54LV10 DK caused by HPF MSPI pin limitations.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Add an entry documenting support for HPF MSPI on nRF54LV10A.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Remove CONFIG_SOC_ from HPF MSPI application code,
use VIO pin mappings from nrfx.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
Use pre-release nrfx revision.

Signed-off-by: Michał Bainczyk <michal.bainczyk@nordicsemi.no>
@mib1-nordic mib1-nordic requested review from a team as code owners April 22, 2026 11:46
@NordicBuilder NordicBuilder added doc-required PR must not be merged without tech writer approval. manifest changelog labels Apr 22, 2026
@NordicBuilder
Copy link
Copy Markdown
Contributor

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic 🆕 N/A (Added) zephyrproject-rtos/hal_nordic@nrfx-removed N/A
nrfx 🆕 N/A (Added) https://github.com/nrfconnect/nrfx/pull/1197 nrfconnect/nrfx#1197/files

DNM label due to: 2 added projects and 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Apr 22, 2026

CI Information

To view the history of this post, click the 'edited' button above
Build number: 1

Inputs:

Sources:

hal_nordic: PR head: b36afa3117f7977c76dad3436758ccb98232b16c
sdk-nrf: PR head: 23e2517d6de61d3ce7378b8f8bd0f2cc0df3fcc5

more details

hal_nordic:

PR head: b36afa3117f7977c76dad3436758ccb98232b16c
merge base: af3848538da37360913bc68eeef40f32430b7c52
Diff

sdk-nrf:

PR head: 23e2517d6de61d3ce7378b8f8bd0f2cc0df3fcc5
merge base: b5fe0387bad80d787a633419e2dc109e647668f9
target head (main): 7d8dc272de1d132cd3b357b64e1b83e453d08805
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (1053)
applications
│  ├── hpf
│  │  ├── gpio
│  │  │  ├── src
│  │  │  │  │ main.c
│  │  ├── mspi
│  │  │  ├── Kconfig
│  │  │  ├── README.rst
│  │  │  ├── boards
│  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuflpr.overlay
│  │  │  ├── sample.yaml
│  │  │  ├── src
│  │  │  │  ├── hrt
│  │  │  │  │  ├── hrt-nrf54lv10a.s
│  │  │  │  │  │ hrt.c
│  │  │  │  │ main.c
doc
│  ├── nrf
│  │  ├── includes
│  │  │  │ sample_board_rows.txt
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
drivers
│  ├── mspi
│  │  ├── Kconfig.hpf
│  │  │ mspi_hpf.c
include
│  ├── drivers
│  │  ├── mspi
│  │  │  │ hpf_mspi.h
modules
│  ├── hal
│  │  ├── nor
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── bsp
│  │  │  │  │  ├── stable
│  │  │  │  │  │  ├── mdk
│  │  │  │  │  │  │  ├── compiler_abstraction.h
│  │  │  │  │  │  │  ├── core_vpr.h
│  │  │  │  │  │  │  ├── haltium_interim.h
│  │  │  │  │  │  │  ├── nrf.h
│  │  │  │  │  │  │  ├── nrf51.h
│  │  │  │  │  │  │  ├── nrf51.svd
│  │  │  │  │  │  │  ├── nrf51422_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51422_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51422_xxac_memory.h
│  │  │  │  │  │  │  ├── nrf51801_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51802_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51822_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51822_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51822_xxac_memory.h
│  │  │  │  │  │  │  ├── nrf51824_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51_bitfields.h
│  │  │  │  │  │  │  ├── nrf51_deprecated.h
│  │  │  │  │  │  │  ├── nrf51_erratas.h
│  │  │  │  │  │  │  ├── nrf51_peripherals.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52810.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52840.h
│  │  │  │  │  │  │  ├── nrf52.h
│  │  │  │  │  │  │  ├── nrf52.svd
│  │  │  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  │  │  ├── nrf52805.svd
│  │  │  │  │  │  │  ├── nrf52805_bitfields.h
│  │  │  │  │  │  │  ├── nrf52805_peripherals.h
│  │  │  │  │  │  │  ├── nrf52805_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  │  │  ├── nrf52810.svd
│  │  │  │  │  │  │  ├── nrf52810_bitfields.h
│  │  │  │  │  │  │  ├── nrf52810_name_change.h
│  │  │  │  │  │  │  ├── nrf52810_peripherals.h
│  │  │  │  │  │  │  ├── nrf52810_to_nrf52811.h
│  │  │  │  │  │  │  ├── nrf52810_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  │  │  ├── nrf52811.svd
│  │  │  │  │  │  │  ├── nrf52811_bitfields.h
│  │  │  │  │  │  │  ├── nrf52811_peripherals.h
│  │  │  │  │  │  │  ├── nrf52811_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  │  │  ├── nrf52820.svd
│  │  │  │  │  │  │  ├── nrf52820_bitfields.h
│  │  │  │  │  │  │  ├── nrf52820_peripherals.h
│  │  │  │  │  │  │  ├── nrf52820_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52832_peripherals.h
│  │  │  │  │  │  │  ├── nrf52832_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52832_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  │  │  ├── nrf52833.svd
│  │  │  │  │  │  │  ├── nrf52833_bitfields.h
│  │  │  │  │  │  │  ├── nrf52833_peripherals.h
│  │  │  │  │  │  │  ├── nrf52833_to_nrf52820.h
│  │  │  │  │  │  │  ├── nrf52833_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  │  │  ├── nrf52840.svd
│  │  │  │  │  │  │  ├── nrf52840_bitfields.h
│  │  │  │  │  │  │  ├── nrf52840_name_change.h
│  │  │  │  │  │  │  ├── nrf52840_peripherals.h
│  │  │  │  │  │  │  ├── nrf52840_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52_bitfields.h
│  │  │  │  │  │  │  ├── nrf52_erratas.h
│  │  │  │  │  │  │  ├── nrf52_name_change.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52810.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52833.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52840.h
│  │  │  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  │  │  ├── nrf5340_application.svd
│  │  │  │  │  │  │  ├── nrf5340_application_bitfields.h
│  │  │  │  │  │  │  ├── nrf5340_application_name_change.h
│  │  │  │  │  │  │  ├── nrf5340_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  │  │  ├── nrf5340_network.svd
│  │  │  │  │  │  │  ├── nrf5340_network_bitfields.h
│  │  │  │  │  │  │  ├── nrf5340_network_name_change.h
│  │  │  │  │  │  │  ├── nrf5340_network_peripherals.h
│  │  │  │  │  │  │  ├── nrf5340_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf5340_xxaa_network_memory.h
│  │  │  │  │  │  │  ├── nrf53_erratas.h
│  │  │  │  │  │  │  ├── nrf54h20.h
│  │  │  │  │  │  │  ├── nrf54h20_application.h
│  │  │  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  │  │  ├── nrf54h20_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_flpr.h
│  │  │  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  │  │  ├── nrf54h20_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_global.h
│  │  │  │  │  │  │  ├── nrf54h20_interim.h
│  │  │  │  │  │  │  ├── nrf54h20_name_change.h
│  │  │  │  │  │  │  ├── nrf54h20_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_ppr.h
│  │  │  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  │  │  ├── nrf54h20_ppr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_radiocore.h
│  │  │  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  │  │  ├── nrf54h20_radiocore_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_secure.h
│  │  │  │  │  │  │  ├── nrf54h20_secure.svd
│  │  │  │  │  │  │  ├── nrf54h20_secure_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl.h
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl.svd
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_ppr_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_radiocore_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_secure_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_sysctrl_memory.h
│  │  │  │  │  │  │  ├── nrf54h_erratas.h
│  │  │  │  │  │  │  ├── nrf54l05.h
│  │  │  │  │  │  │  ├── nrf54l05_application.h
│  │  │  │  │  │  │  ├── nrf54l05_application.svd
│  │  │  │  │  │  │  ├── nrf54l05_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_flpr.h
│  │  │  │  │  │  │  ├── nrf54l05_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l05_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_global.h
│  │  │  │  │  │  │  ├── nrf54l05_interim.h
│  │  │  │  │  │  │  ├── nrf54l05_name_change.h
│  │  │  │  │  │  │  ├── nrf54l05_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_types.h
│  │  │  │  │  │  │  ├── nrf54l05_version.h
│  │  │  │  │  │  │  ├── nrf54l05_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l05_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l10.h
│  │  │  │  │  │  │  ├── nrf54l10_application.h
│  │  │  │  │  │  │  ├── nrf54l10_application.svd
│  │  │  │  │  │  │  ├── nrf54l10_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_flpr.h
│  │  │  │  │  │  │  ├── nrf54l10_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l10_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_global.h
│  │  │  │  │  │  │  ├── nrf54l10_interim.h
│  │  │  │  │  │  │  ├── nrf54l10_name_change.h
│  │  │  │  │  │  │  ├── nrf54l10_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_types.h
│  │  │  │  │  │  │  ├── nrf54l10_version.h
│  │  │  │  │  │  │  ├── nrf54l10_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l10_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l15.h
│  │  │  │  │  │  │  ├── nrf54l15_application.h
│  │  │  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_flpr.h
│  │  │  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_global.h
│  │  │  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  │  │  ├── nrf54l15_name_change.h
│  │  │  │  │  │  │  ├── nrf54l15_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  │  │  ├── nrf54l15_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l15_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l_erratas.h
│  │  │  │  │  │  │  ├── nrf54lc10a.h
│  │  │  │  │  │  │  ├── nrf54lc10a_application.h
│  │  │  │  │  │  │  ├── nrf54lc10a_application.svd
│  │  │  │  │  │  │  ├── nrf54lc10a_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lc10a_flpr.h
│  │  │  │  │  │  │  ├── nrf54lc10a_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lc10a_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lc10a_global.h
│  │  │  │  │  │  │  ├── nrf54lc10a_interim.h
│  │  │  │  │  │  │  ├── nrf54lc10a_name_change.h
│  │  │  │  │  │  │  ├── nrf54lc10a_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lc10a_types.h
│  │  │  │  │  │  │  ├── nrf54lc10a_version.h
│  │  │  │  │  │  │  ├── nrf54lc10a_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lc10a_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54lm20a.h
│  │  │  │  │  │  │  ├── nrf54lm20a_application.h
│  │  │  │  │  │  │  ├── nrf54lm20a_application.svd
│  │  │  │  │  │  │  ├── nrf54lm20a_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_flpr.h
│  │  │  │  │  │  │  ├── nrf54lm20a_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lm20a_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_global.h
│  │  │  │  │  │  │  ├── nrf54lm20a_interim.h
│  │  │  │  │  │  │  ├── nrf54lm20a_name_change.h
│  │  │  │  │  │  │  ├── nrf54lm20a_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_types.h
│  │  │  │  │  │  │  ├── nrf54lm20a_version.h
│  │  │  │  │  │  │  ├── nrf54lm20a_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lm20a_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54lm20b.h
│  │  │  │  │  │  │  ├── nrf54lm20b_application.h
│  │  │  │  │  │  │  ├── nrf54lm20b_application.svd
│  │  │  │  │  │  │  ├── nrf54lm20b_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20b_flpr.h
│  │  │  │  │  │  │  ├── nrf54lm20b_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lm20b_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20b_global.h
│  │  │  │  │  │  │  ├── nrf54lm20b_interim.h
│  │  │  │  │  │  │  ├── nrf54lm20b_name_change.h
│  │  │  │  │  │  │  ├── nrf54lm20b_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20b_types.h
│  │  │  │  │  │  │  ├── nrf54lm20b_version.h
│  │  │  │  │  │  │  ├── nrf54lm20b_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lm20b_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54ls05a.h
│  │  │  │  │  │  │  ├── nrf54ls05a_application.h
│  │  │  │  │  │  │  ├── nrf54ls05a_application.svd
│  │  │  │  │  │  │  ├── nrf54ls05a_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05a_global.h
│  │  │  │  │  │  │  ├── nrf54ls05a_interim.h
│  │  │  │  │  │  │  ├── nrf54ls05a_name_change.h
│  │  │  │  │  │  │  ├── nrf54ls05a_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05a_types.h
│  │  │  │  │  │  │  ├── nrf54ls05a_version.h
│  │  │  │  │  │  │  ├── nrf54ls05a_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54ls05b.h
│  │  │  │  │  │  │  ├── nrf54ls05b_application.h
│  │  │  │  │  │  │  ├── nrf54ls05b_application.svd
│  │  │  │  │  │  │  ├── nrf54ls05b_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05b_global.h
│  │  │  │  │  │  │  ├── nrf54ls05b_interim.h
│  │  │  │  │  │  │  ├── nrf54ls05b_name_change.h
│  │  │  │  │  │  │  ├── nrf54ls05b_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05b_types.h
│  │  │  │  │  │  │  ├── nrf54ls05b_version.h
│  │  │  │  │  │  │  ├── nrf54ls05b_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lv10a.h
│  │  │  │  │  │  │  ├── nrf54lv10a_application.h
│  │  │  │  │  │  │  ├── nrf54lv10a_application.svd
│  │  │  │  │  │  │  ├── nrf54lv10a_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_flpr.h
│  │  │  │  │  │  │  ├── nrf54lv10a_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lv10a_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_global.h
│  │  │  │  │  │  │  ├── nrf54lv10a_interim.h
│  │  │  │  │  │  │  ├── nrf54lv10a_name_change.h
│  │  │  │  │  │  │  ├── nrf54lv10a_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_types.h
│  │  │  │  │  │  │  ├── nrf54lv10a_version.h
│  │  │  │  │  │  │  ├── nrf54lv10a_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lv10a_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga.h
│  │  │  │  │  │  │  ├── nrf7120_enga_application.h
│  │  │  │  │  │  │  ├── nrf7120_enga_application.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr.h
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_global.h
│  │  │  │  │  │  │  ├── nrf7120_enga_interim.h
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac.h
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_name_change.h
│  │  │  │  │  │  │  ├── nrf7120_enga_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_types.h
│  │  │  │  │  │  │  ├── nrf7120_enga_umac.h
│  │  │  │  │  │  │  ├── nrf7120_enga_umac.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_umac_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_version.h
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore.h
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_lmac_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_umac_memory.h
│  │  │  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  │  │  ├── nrf9120.svd
│  │  │  │  │  │  │  ├── nrf9120_bitfields.h
│  │  │  │  │  │  │  ├── nrf9120_peripherals.h
│  │  │  │  │  │  │  ├── nrf9120_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  │  │  ├── nrf9160.svd
│  │  │  │  │  │  │  ├── nrf9160_bitfields.h
│  │  │  │  │  │  │  ├── nrf9160_name_change.h
│  │  │  │  │  │  │  ├── nrf9160_peripherals.h
│  │  │  │  │  │  │  ├── nrf9160_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf91_erratas.h
│  │  │  │  │  │  │  ├── nrf91_name_change.h
│  │  │  │  │  │  │  ├── nrf9220.h
│  │  │  │  │  │  │  ├── nrf9220_application.h
│  │  │  │  │  │  │  ├── nrf9220_application.svd
│  │  │  │  │  │  │  ├── nrf9220_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf9220_flpr.h
│  │  │  │  │  │  │  ├── nrf9220_flpr.svd
│  │  │  │  │  │  │  ├── nrf9220_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9220_global.h
│  │  │  │  │  │  │  ├── nrf9220_interim.h
│  │  │  │  │  │  │  ├── nrf9220_name_change.h
│  │  │  │  │  │  │  ├── nrf9220_peripherals.h
│  │  │  │  │  │  │  ├── nrf9220_ppr.h
│  │  │  │  │  │  │  ├── nrf9220_ppr.svd
│  │  │  │  │  │  │  ├── nrf9220_ppr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9220_types.h
│  │  │  │  │  │  │  ├── nrf9220_version.h
│  │  │  │  │  │  │  ├── nrf9220_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf9220_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf9220_xxaa_ppr_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb.h
│  │  │  │  │  │  │  ├── nrf9230_engb_application.h
│  │  │  │  │  │  │  ├── nrf9230_engb_application.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr.h
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_global.h
│  │  │  │  │  │  │  ├── nrf9230_engb_interim.h
│  │  │  │  │  │  │  ├── nrf9230_engb_name_change.h
│  │  │  │  │  │  │  ├── nrf9230_engb_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr.h
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_types.h
│  │  │  │  │  │  │  ├── nrf9230_engb_version.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_ppr_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_radiocore_memory.h
│  │  │  │  │  │  │  ├── nrf_erratas.h
│  │  │  │  │  │  │  ├── nrf_mem.h
│  │  │  │  │  │  │  ├── nrf_peripherals.h
│  │  │  │  │  │  │  ├── riscv_encoding.h
│  │  │  │  │  │  │  ├── system_config_sau.h
│  │  │  │  │  │  │  ├── system_nrf.h
│  │  │  │  │  │  │  ├── system_nrf51.c
│  │  │  │  │  │  │  ├── system_nrf51.h
│  │  │  │  │  │  │  ├── system_nrf52.c
│  │  │  │  │  │  │  ├── system_nrf52.h
│  │  │  │  │  │  │  ├── system_nrf52805.c
│  │  │  │  │  │  │  ├── system_nrf52805.h
│  │  │  │  │  │  │  ├── system_nrf52810.c
│  │  │  │  │  │  │  ├── system_nrf52810.h
│  │  │  │  │  │  │  ├── system_nrf52811.c
│  │  │  │  │  │  │  ├── system_nrf52811.h
│  │  │  │  │  │  │  ├── system_nrf52820.c
│  │  │  │  │  │  │  ├── system_nrf52820.h
│  │  │  │  │  │  │  ├── system_nrf52833.c
│  │  │  │  │  │  │  ├── system_nrf52833.h
│  │  │  │  │  │  │  ├── system_nrf52840.c
│  │  │  │  │  │  │  ├── system_nrf52840.h
│  │  │  │  │  │  │  ├── system_nrf52_approtect.h
│  │  │  │  │  │  │  ├── system_nrf53.h
│  │  │  │  │  │  │  ├── system_nrf5340_application.c
│  │  │  │  │  │  │  ├── system_nrf5340_application.h
│  │  │  │  │  │  │  ├── system_nrf5340_network.c
│  │  │  │  │  │  │  ├── system_nrf5340_network.h
│  │  │  │  │  │  │  ├── system_nrf53_approtect.h
│  │  │  │  │  │  │  ├── system_nrf54h.c
│  │  │  │  │  │  │  ├── system_nrf54h.h
│  │  │  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  │  │  ├── system_nrf54l.h
│  │  │  │  │  │  │  ├── system_nrf54l_approtect.h
│  │  │  │  │  │  │  ├── system_nrf7120_enga.c
│  │  │  │  │  │  │  ├── system_nrf7120_enga.h
│  │  │  │  │  │  │  ├── system_nrf7120_enga_approtect.h
│  │  │  │  │  │  │  ├── system_nrf91.c
│  │  │  │  │  │  │  ├── system_nrf91.h
│  │  │  │  │  │  │  ├── system_nrf9120.h
│  │  │  │  │  │  │  ├── system_nrf9160.c
│  │  │  │  │  │  │  ├── system_nrf9160.h
│  │  │  │  │  │  │  ├── system_nrf91_approtect.h
│  │  │  │  │  │  │  ├── system_nrf92.c
│  │  │  │  │  │  │  │ system_nrf92.h
│  │  │  │  │  │  ├── nrfx_bsp.h
│  │  │  │  │  │  ├── nrfx_ext.h
│  │  │  │  │  │  ├── soc
│  │  │  │  │  │  │  ├── interconnect
│  │  │  │  │  │  │  │  ├── ipct
│  │  │  │  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_ext.h
│  │  │  │  │  │  │  │  │  │ nrfx_interconnect_ipct_sd2ppi_ext.h
│  │  │  │  │  │  │  │  ├── nrfx_gppi_d2ppi.c
│  │  │  │  │  │  │  │  │ nrfx_gppi_d2ppi.h
│  │  │  │  │  │  │  ├── irqs
│  │  │  │  │  │  │  │  ├── nrfx_irqs_ext.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf51.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52805.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52810.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52811.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52820.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52832.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52833.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52840.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf5340_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf5340_network.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_ppr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_radiocore.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l05_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l05_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l10_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l10_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l15_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l15_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lc10a_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lc10a_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20a_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20a_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20b_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20b_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54ls05a_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54ls05b_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lv10a_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lv10a_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf7120_enga_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf7120_enga_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf91.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9220_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9220_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9220_ppr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_ppr.h
│  │  │  │  │  │  │  │  │ nrfx_irqs_nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  ├── nrfx_irqs.h
│  │  │  │  │  │  │  ├── nrfx_mdk_fixups.h
│  │  │  │  │  │  │  ├── nrfx_mdk_fixups_ext.h
│  │  │  │  │  │  │  │ nrfx_soc_defines.h
│  │  │  │  │  │  ├── templates
│  │  │  │  │  │  │  ├── nrfx_config_ext.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf51.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lc10a_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lc10a_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lm20a_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lm20a_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lm20b_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lm20b_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54ls05a_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54ls05b_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lv10a_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lv10a_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf7120_enga_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf7120_enga_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9220_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9220_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9220_ppr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  │ nrfx_templates_config.h
│  │  │  │  ├── doc
│  │  │  │  │  ├── README.md
│  │  │  │  │  ├── buildfiles
│  │  │  │  │  │  ├── extra_stylesheet.css
│  │  │  │  │  │  ├── favicon.ico
│  │  │  │  │  │  ├── footer.html
│  │  │  │  │  │  ├── header.html
│  │  │  │  │  │  ├── layout.xml
│  │  │  │  │  │  │ nordic_small.png
│  │  │  │  │  ├── config_dox
│  │  │  │  │  │  ├── nrfx_adc_dox_config.h
│  │  │  │  │  │  ├── nrfx_clock_dox_config.h
│  │  │  │  │  │  ├── nrfx_common_dox_config.h
│  │  │  │  │  │  ├── nrfx_comp_dox_config.h
│  │  │  │  │  │  ├── nrfx_gpiote_dox_config.h
│  │  │  │  │  │  ├── nrfx_i2s_dox_config.h
│  │  │  │  │  │  ├── nrfx_kmu_dox_config.h
│  │  │  │  │  │  ├── nrfx_lpcomp_dox_config.h
│  │  │  │  │  │  ├── nrfx_nfct_dox_config.h
│  │  │  │  │  │  ├── nrfx_pdm_dox_config.h
│  │  │  │  │  │  ├── nrfx_power_dox_config.h
│  │  │  │  │  │  ├── nrfx_prs_dox_config.h
│  │  │  │  │  │  ├── nrfx_pwm_dox_config.h
│  │  │  │  │  │  ├── nrfx_qdec_dox_config.h
│  │  │  │  │  │  ├── nrfx_qspi_dox_config.h
│  │  │  │  │  │  ├── nrfx_rng_dox_config.h
│  │  │  │  │  │  ├── nrfx_rtc_dox_config.h
│  │  │  │  │  │  ├── nrfx_saadc_dox_config.h
│  │  │  │  │  │  ├── nrfx_spi_dox_config.h
│  │  │  │  │  │  ├── nrfx_spim_dox_config.h
│  │  │  │  │  │  ├── nrfx_spis_dox_config.h
│  │  │  │  │  │  ├── nrfx_systick_dox_config.h
│  │  │  │  │  │  ├── nrfx_tdm_dox_config.h
│  │  │  │  │  │  ├── nrfx_timer_dox_config.h
│  │  │  │  │  │  ├── nrfx_twi_dox_config.h
│  │  │  │  │  │  ├── nrfx_twim_dox_config.h
│  │  │  │  │  │  ├── nrfx_twis_dox_config.h
│  │  │  │  │  │  ├── nrfx_uart_dox_config.h
│  │  │  │  │  │  ├── nrfx_uarte_dox_config.h
│  │  │  │  │  │  ├── nrfx_usbd_dox_config.h
│  │  │  │  │  │  │ nrfx_wdt_dox_config.h
│  │  │  │  │  ├── driver_matrix.dox
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── errata.dox
│  │  │  │  │  ├── generate_html_doc.bat
│  │  │  │  │  ├── generate_html_doc.sh
│  │  │  │  │  ├── main_page.dox
│  │  │  │  │  ├── nrf52805.dox
│  │  │  │  │  ├── nrf52810.dox
│  │  │  │  │  ├── nrf52820.dox
│  │  │  │  │  ├── nrf52832.dox
│  │  │  │  │  ├── nrf52833.dox
│  │  │  │  │  ├── nrf52840.dox
│  │  │  │  │  ├── nrf5340.dox
│  │  │  │  │  ├── nrf54h20.dox
│  │  │  │  │  ├── nrf54l05.dox
│  │  │  │  │  ├── nrf54l10.dox
│  │  │  │  │  ├── nrf54l15.dox
│  │  │  │  │  ├── nrf54lc10a.dox
│  │  │  │  │  ├── nrf54lm20_a_b.dox
│  │  │  │  │  ├── nrf54ls05_a_b.dox
│  │  │  │  │  ├── nrf54lv10a.dox
│  │  │  │  │  ├── nrf7120_enga.dox
│  │  │  │  │  ├── nrf91_series.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  ├── nrfx_4_0_migration_guide.md
│  │  │  │  │  │ nrfx_api.dox
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrf_bitmask.h
│  │  │  │  │  │  ├── nrfx_adc.h
│  │  │  │  │  │  ├── nrfx_bellboard.h
│  │  │  │  │  │  ├── nrfx_clock.h
│  │  │  │  │  │  ├── nrfx_clock_hfclk.h
│  │  │  │  │  │  ├── nrfx_clock_hfclk192m.h
│  │  │  │  │  │  ├── nrfx_clock_hfclkaudio.h
│  │  │  │  │  │  ├── nrfx_clock_lfclk.h
│  │  │  │  │  │  ├── nrfx_clock_xo.h
│  │  │  │  │  │  ├── nrfx_clock_xo24m.h
│  │  │  │  │  │  ├── nrfx_comp.h
│  │  │  │  │  │  ├── nrfx_cracen.h
│  │  │  │  │  │  ├── nrfx_egu.h
│  │  │  │  │  │  ├── nrfx_gpiote.h
│  │  │  │  │  │  ├── nrfx_grtc.h
│  │  │  │  │  │  ├── nrfx_i2s.h
│  │  │  │  │  │  ├── nrfx_ipc.h
│  │  │  │  │  │  ├── nrfx_kmu.h
│  │  │  │  │  │  ├── nrfx_lpcomp.h
│  │  │  │  │  │  ├── nrfx_mramc.h
│  │  │  │  │  │  ├── nrfx_nfct.h
│  │  │  │  │  │  ├── nrfx_nvmc.h
│  │  │  │  │  │  ├── nrfx_pdm.h
│  │  │  │  │  │  ├── nrfx_power.h
│  │  │  │  │  │  ├── nrfx_power_clock.h
│  │  │  │  │  │  ├── nrfx_power_compat.h
│  │  │  │  │  │  ├── nrfx_pwm.h
│  │  │  │  │  │  ├── nrfx_qdec.h
│  │  │  │  │  │  ├── nrfx_qspi.h
│  │  │  │  │  │  ├── nrfx_rng.h
│  │  │  │  │  │  ├── nrfx_rramc.h
│  │  │  │  │  │  ├── nrfx_rtc.h
│  │  │  │  │  │  ├── nrfx_saadc.h
│  │  │  │  │  │  ├── nrfx_spi.h
│  │  │  │  │  │  ├── nrfx_spim.h
│  │  │  │  │  │  ├── nrfx_spis.h
│  │  │  │  │  │  ├── nrfx_systick.h
│  │  │  │  │  │  ├── nrfx_tbm.h
│  │  │  │  │  │  ├── nrfx_tdm.h
│  │  │  │  │  │  ├── nrfx_temp.h
│  │  │  │  │  │  ├── nrfx_timer.h
│  │  │  │  │  │  ├── nrfx_twi.h
│  │  │  │  │  │  ├── nrfx_twi_twim.h
│  │  │  │  │  │  ├── nrfx_twim.h
│  │  │  │  │  │  ├── nrfx_twis.h
│  │  │  │  │  │  ├── nrfx_uart.h
│  │  │  │  │  │  ├── nrfx_uarte.h
│  │  │  │  │  │  ├── nrfx_usbd.h
│  │  │  │  │  │  ├── nrfx_usbreg.h
│  │  │  │  │  │  ├── nrfx_vevif.h
│  │  │  │  │  │  │ nrfx_wdt.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── nrfx_errata.h
│  │  │  │  │  ├── nrfx_errors.h
│  │  │  │  │  ├── nrfx_utils.h
│  │  │  │  │  ├── nrfx_utils_internal.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_adc.c
│  │  │  │  │  │  ├── nrfx_bellboard.c
│  │  │  │  │  │  ├── nrfx_clock.c
│  │  │  │  │  │  ├── nrfx_clock_hfclk.c
│  │  │  │  │  │  ├── nrfx_clock_hfclk192m.c
│  │  │  │  │  │  ├── nrfx_clock_hfclkaudio.c
│  │  │  │  │  │  ├── nrfx_clock_lfclk.c
│  │  │  │  │  │  ├── nrfx_clock_xo.c
│  │  │  │  │  │  ├── nrfx_clock_xo24m.c
│  │  │  │  │  │  ├── nrfx_comp.c
│  │  │  │  │  │  ├── nrfx_comp_common.h
│  │  │  │  │  │  ├── nrfx_cracen.c
│  │  │  │  │  │  ├── nrfx_egu.c
│  │  │  │  │  │  ├── nrfx_gpiote.c
│  │  │  │  │  │  ├── nrfx_grtc.c
│  │  │  │  │  │  ├── nrfx_i2s.c
│  │  │  │  │  │  ├── nrfx_ipc.c
│  │  │  │  │  │  ├── nrfx_kmu.c
│  │  │  │  │  │  ├── nrfx_lpcomp.c
│  │  │  │  │  │  ├── nrfx_lpcomp_common.h
│  │  │  │  │  │  ├── nrfx_mramc.c
│  │  │  │  │  │  ├── nrfx_nfct.c
│  │  │  │  │  │  ├── nrfx_nvmc.c
│  │  │  │  │  │  ├── nrfx_pdm.c
│  │  │  │  │  │  ├── nrfx_power.c
│  │  │  │  │  │  ├── nrfx_pwm.c
│  │  │  │  │  │  ├── nrfx_qdec.c
│  │  │  │  │  │  ├── nrfx_qspi.c
│  │  │  │  │  │  ├── nrfx_rng.c
│  │  │  │  │  │  ├── nrfx_rramc.c
│  │  │  │  │  │  ├── nrfx_rtc.c
│  │  │  │  │  │  ├── nrfx_rtc_legacy.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  ├── nrfx_saadc_common.h
│  │  │  │  │  │  ├── nrfx_spi.c
│  │  │  │  │  │  ├── nrfx_spim.c
│  │  │  │  │  │  ├── nrfx_spis.c
│  │  │  │  │  │  ├── nrfx_systick.c
│  │  │  │  │  │  ├── nrfx_tbm.c
│  │  │  │  │  │  ├── nrfx_tdm.c
│  │  │  │  │  │  ├── nrfx_temp.c
│  │  │  │  │  │  ├── nrfx_timer.c
│  │  │  │  │  │  ├── nrfx_twi.c
│  │  │  │  │  │  ├── nrfx_twi_twim.c
│  │  │  │  │  │  ├── nrfx_twim.c
│  │  │  │  │  │  ├── nrfx_twis.c
│  │  │  │  │  │  ├── nrfx_uart.c
│  │  │  │  │  │  ├── nrfx_uarte.c
│  │  │  │  │  │  ├── nrfx_usbd.c
│  │  │  │  │  │  ├── nrfx_usbd_errata.h
│  │  │  │  │  │  ├── nrfx_usbreg.c
│  │  │  │  │  │  ├── nrfx_vevif.c
│  │  │  │  │  │  ├── nrfx_wdt.c
│  │  │  │  │  │  ├── prs
│  │  │  │  │  │  │  ├── nrfx_prs.c
│  │  │  │  │  │  │  │ nrfx_prs.h
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_aar.h
│  │  │  │  │  ├── nrf_acl.h
│  │  │  │  │  ├── nrf_adc.h
│  │  │  │  │  ├── nrf_auxpll.h
│  │  │  │  │  ├── nrf_bellboard.h
│  │  │  │  │  ├── nrf_bicr.h
│  │  │  │  │  ├── nrf_bprot.h
│  │  │  │  │  ├── nrf_cache.h
│  │  │  │  │  ├── nrf_ccm.h
│  │  │  │  │  ├── nrf_clock.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  ├── nrf_cracen.h
│  │  │  │  │  ├── nrf_cracen_cm.h
│  │  │  │  │  ├── nrf_cracen_rng.h
│  │  │  │  │  ├── nrf_ctrlap.h
│  │  │  │  │  ├── nrf_dcnf.h
│  │  │  │  │  ├── nrf_dppi.h
│  │  │  │  │  ├── nrf_ecb.h
│  │  │  │  │  ├── nrf_egu.h
│  │  │  │  │  ├── nrf_exmif.h
│  │  │  │  │  ├── nrf_ficr.h
│  │  │  │  │  ├── nrf_fpu.h
│  │  │  │  │  ├── nrf_glitchdet.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_hsfll.h
│  │  │  │  │  ├── nrf_i2s.h
│  │  │  │  │  ├── nrf_ipc.h
│  │  │  │  │  ├── nrf_ipct.h
│  │  │  │  │  ├── nrf_kmu.h
│  │  │  │  │  ├── nrf_lfrc.h
│  │  │  │  │  ├── nrf_lfxo.h
│  │  │  │  │  ├── nrf_lpcomp.h
│  │  │  │  │  ├── nrf_lrcconf.h
│  │  │  │  │  ├── nrf_memconf.h
│  │  │  │  │  ├── nrf_mpc.h
│  │  │  │  │  ├── nrf_mpu.h
│  │  │  │  │  ├── nrf_mramc.h
│  │  │  │  │  ├── nrf_mutex.h
│  │  │  │  │  ├── nrf_mvdma.h
│  │  │  │  │  ├── nrf_mwu.h
│  │  │  │  │  ├── nrf_nfct.h
│  │  │  │  │  ├── nrf_nvmc.h
│  │  │  │  │  ├── nrf_oscillators.h
│  │  │  │  │  ├── nrf_pdm.h
│  │  │  │  │  ├── nrf_power.h
│  │  │  │  │  ├── nrf_ppi.h
│  │  │  │  │  ├── nrf_ppib.h
│  │  │  │  │  ├── nrf_pwm.h
│  │  │  │  │  ├── nrf_qdec.h
│  │  │  │  │  ├── nrf_qspi.h
│  │  │  │  │  ├── nrf_radio.h
│  │  │  │  │  ├── nrf_ramc.h
│  │  │  │  │  ├── nrf_regulators.h
│  │  │  │  │  ├── nrf_reset.h
│  │  │  │  │  ├── nrf_resetinfo.h
│  │  │  │  │  ├── nrf_rng.h
│  │  │  │  │  ├── nrf_rramc.h
│  │  │  │  │  ├── nrf_rtc.h
│  │  │  │  │  ├── nrf_saadc.h
│  │  │  │  │  ├── nrf_spi.h
│  │  │  │  │  ├── nrf_spim.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  ├── nrf_spu.h
│  │  │  │  │  ├── nrf_stm.h
│  │  │  │  │  ├── nrf_systick.h
│  │  │  │  │  ├── nrf_tampc.h
│  │  │  │  │  ├── nrf_tbm.h
│  │  │  │  │  ├── nrf_tddconf.h
│  │  │  │  │  ├── nrf_tdm.h
│  │  │  │  │  ├── nrf_temp.h
│  │  │  │  │  ├── nrf_timer.h
│  │  │  │  │  ├── nrf_twi.h
│  │  │  │  │  ├── nrf_twim.h
│  │  │  │  │  ├── nrf_twis.h
│  │  │  │  │  ├── nrf_uart.h
│  │  │  │  │  ├── nrf_uarte.h
│  │  │  │  │  ├── nrf_uicr.h
│  │  │  │  │  ├── nrf_usbd.h
│  │  │  │  │  ├── nrf_usbhs.h
│  │  │  │  │  ├── nrf_usbreg.h
│  │  │  │  │  ├── nrf_vmc.h
│  │  │  │  │  ├── nrf_vpr.h
│  │  │  │  │  ├── nrf_vpr_clic.h
│  │  │  │  │  ├── nrf_vpr_csr.h
│  │  │  │  │  ├── nrf_vpr_csr_vevif.h
│  │  │  │  │  ├── nrf_vpr_csr_vio.h
│  │  │  │  │  ├── nrf_vpr_csr_vtim.h
│  │  │  │  │  ├── nrf_vregusb.h
│  │  │  │  │  ├── nrf_vreqctrl.h
│  │  │  │  │  │ nrf_wdt.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_bellboard.h
│  │  │  │  │  ├── nrfy_common.h
│  │  │  │  │  ├── nrfy_comp.h
│  │  │  │  │  ├── nrfy_dppi.h
│  │  │  │  │  ├── nrfy_gpio.h
│  │  │  │  │  ├── nrfy_gpiote.h
│  │  │  │  │  ├── nrfy_grtc.h
│  │  │  │  │  ├── nrfy_i2s.h
│  │  │  │  │  ├── nrfy_lpcomp.h
│  │  │  │  │  ├── nrfy_mramc.h
│  │  │  │  │  ├── nrfy_mvdma.h
│  │  │  │  │  ├── nrfy_nfct.h
│  │  │  │  │  ├── nrfy_pdm.h
│  │  │  │  │  ├── nrfy_pwm.h
│  │  │  │  │  ├── nrfy_qdec.h
│  │  │  │  │  ├── nrfy_rramc.h
│  │  │  │  │  ├── nrfy_rtc.h
│  │  │  │  │  ├── nrfy_saadc.h
│  │  │  │  │  ├── nrfy_spim.h
│  │  │  │  │  ├── nrfy_tbm.h
│  │  │  │  │  ├── nrfy_temp.h
│  │  │  │  │  ├── nrfy_timer.h
│  │  │  │  │  ├── nrfy_twim.h
│  │  │  │  │  ├── nrfy_uarte.h
│  │  │  │  │  ├── nrfy_vpr.h
│  │  │  │  │  │ nrfy_wdt.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── internal
│  │  │  │  │  │  ├── nrfx_gppiv1.h
│  │  │  │  │  │  ├── nrfx_gppiv1_ipct.c
│  │  │  │  │  │  ├── nrfx_gppiv1_shim.c
│  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_application.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_flpr.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_global.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_ppr.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_sd2ppi_radiocore.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_sd2ppi_application.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_sd2ppi_flpr.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_sd2ppi_global.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_sd2ppi_ppr.h
│  │  │  │  │  │  │ nrfx_interconnect_ipct_sd2ppi_radiocore.h
│  │  │  │  │  ├── nrf_cracen_cm_dma.h
│  │  │  │  │  ├── nrf_vdma.h
│  │  │  │  │  ├── nrfx_analog_common.h
│  │  │  │  │  ├── nrfx_flag32_allocator.c
│  │  │  │  │  ├── nrfx_flag32_allocator.h
│  │  │  │  │  ├── nrfx_gppi.h
│  │  │  │  │  ├── nrfx_gppi_dppi.c
│  │  │  │  │  ├── nrfx_gppi_ppi.c
│  │  │  │  │  ├── nrfx_gppi_routes.h
│  │  │  │  │  ├── nrfx_ids.h
│  │  │  │  │  ├── nrfx_ram_ctrl.c
│  │  │  │  │  ├── nrfx_ram_ctrl.h
│  │  │  │  │  │ nrfx_reset_reason.h
│  │  │  │  ├── lib
│  │  │  │  │  │ nrfx_coredep.h
│  │  │  │  ├── nrfx.h
│  │  │  │  ├── samples
│  │  │  │  │  ├── CHANGELOG.md
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf52833dk_nrf52833_config.h
│  │  │  │  │  │  │  ├── nrf52840dk_nrf52840_config.h
│  │  │  │  │  │  │  ├── nrf52dk_nrf52832_config.h
│  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_config.h
│  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_config.h
│  │  │  │  │  │  │  │ nrf9160dk_nrf9160_config.h
│  │  │  │  │  │  ├── common-pinctrl.dtsi
│  │  │  │  │  │  ├── common.cmake
│  │  │  │  │  │  ├── common.conf
│  │  │  │  │  │  │ nrfx_example.h
│  │  │  │  │  ├── doc
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── buildfiles
│  │  │  │  │  │  │  ├── extra_stylesheet.css
│  │  │  │  │  │  │  ├── favicon.ico
│  │  │  │  │  │  │  ├── footer.html
│  │  │  │  │  │  │  ├── header.html
│  │  │  │  │  │  │  ├── layout.xml
│  │  │  │  │  │  │  │ nordic_small.png
│  │  │  │  │  │  ├── generate_html_doc.bat
│  │  │  │  │  │  ├── generate_html_doc.sh
│  │  │  │  │  │  ├── images
│  │  │  │  │  │  │  ├── pwm_common_desc.gif
│  │  │  │  │  │  │  │ pwm_grouped_desc.gif
│  │  │  │  │  │  ├── nrfx_examples.doxyfile
│  │  │  │  │  │  │ nrfx_examples_descriptions.dox
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  ├── nrfx_cracen
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_egu
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.conf
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.conf
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.conf
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf9160dk_nrf9160.conf
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_gppi
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── fork
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── one_to_one
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_pwm
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── common_mode
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── grouped_mode
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_rng
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  │ nrf5340dk_nrf5340_cpunet.overlay
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_saadc
│  │  │  │  │  │  │  ├── advanced_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── advanced_non_blocking_internal_timer
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  ├── saadc_examples_common.c
│  │  │  │  │  │  │  │  │ saadc_examples_common.h
│  │  │  │  │  │  │  ├── maximum_performance
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── simple_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── simple_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_spim
│  │  │  │  │  │  │  ├── blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_spim_spis
│  │  │  │  │  │  │  ├── advanced_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_temp
│  │  │  │  │  │  │  ├── blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpunet.overlay
│  │  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  ├── non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_timer
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── counter
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── timer
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_twim_twis
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf52dk_nrf52832.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── tx_rx_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── tx_rx_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── txrx
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── txtx
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  ├── nrfx_uarte
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── nrf52833dk_nrf52833.overlay
│  │  │  │  │  │  │  │  ├── nrf52840dk_nrf52840.overlay
│  │  │  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │  │  │ nrf9160dk_nrf9160.overlay
│  │  │  │  │  │  │  ├── rx_double_buffered
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  │  │  ├── tx_rx_non_blocking
│  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  ├── README.md
│  │  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_glue.h
│  │  │  │  │  │ nrfx_log.h
snippets
│  ├── hpf
│  │  ├── mspi
│  │  │  ├── snippet.yml
│  │  │  ├── soc
│  │  │  │  │ nrf54lv10a_cpuapp.overlay
tests
│  ├── drivers
│  │  ├── gpio
│  │  │  ├── hpf_gpio_basic_api
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  ├── hpf_gpio_more_loops
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  ├── grtc
│  │  │  ├── grtc_clk_output
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  ├── mspi
│  │  │  ├── app_fault_timer
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  │ emul_device.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── error_cases
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  │ testcase.yaml
│  │  │  ├── mspi_with_spis
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── hpf_mspi.overlay
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp_sqspi.overlay
│  │  │  │  │  ├── nrf54lv10dk_nrf54lv10a_cpuapp.conf
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── trap_handler
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── emul_device.overlay
│  │  │  │  │  ├── nrf54lv10dk_nrf54lv10a_cpuapp_memory.overlay
│  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuflpr_memory.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  │  │ testcase.yaml
west.yml

Outputs:

Toolchain

Version: 53ac68dd62
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:53ac68dd62_5ea73affbf

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 45
  • ❌ Integration tests
    • ❌ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants